FrontierCS 2.0 Vector db ann task#121
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new Frontier-CS 2.0
vector_db_anntask for SIFT1M-scale approximate nearest-neighbor vector search, with a Rust project skeleton, hidden black-box evaluator, reference baseline, and Harbor support.Also updates the Frontier-CS 2.0 Harbor adapter/environment so tasks can submit whole projects, configure runtime/judge dependencies, expose judge readiness, preserve iterative best submissions, and report task-specific metrics such as QPS, effective QPS, recall, load time, tokens, and cost.
Type of Change
Testing
PYTHONPYCACHEPREFIX=/private/tmp/frontier-cs-pycache python3 -m py_compile ...uv run --no-sync frontier list 2.0uv run --no-sync frontier show 2.0 vector_db_annfrontier_cs_2_0.main --task-ids vector_db_annvector_db_ann; best observed valid submission reached recall0.9871, QPS370.24, and score20.65Checklist
CI Validation (for new problems)